'Declaration Public Overloads Sub PointsFromViewerSpaceToPageSpace( _
ByVal viewerSpacePointsPoints, in the image viewer's coordinate space, to convert.As Vintasoft.Imaging.VintasoftImage, _
ByVal pageSpacePointsConverted points, in the PDF page's coordinate space.() As System.Drawing.Point, _
ByVal imageThe image.() As System.Drawing.PointF _
)
public void PointsFromViewerSpaceToPageSpace(
Vintasoft.Imaging.VintasoftImage viewerSpacePoints,
System.Drawing.Point[] pageSpacePoints,
System.Drawing.PointF[] image
)
public: void PointsFromViewerSpaceToPageSpace(
Vintasoft.Imaging.VintasoftImage* viewerSpacePoints,
System.Drawing.Point*[]* pageSpacePoints,
System.Drawing.PointF[]* image
)
public:
void PointsFromViewerSpaceToPageSpace(
Vintasoft.Imaging.VintasoftImage^ viewerSpacePoints,
array<System.Drawing.Point^>^ pageSpacePoints,
array<System.Drawing.PointF>^ image
)
Parameters
- viewerSpacePoints
- Points, in the image viewer's coordinate space, to convert.
- pageSpacePoints
- Converted points, in the PDF page's coordinate space.
- image
- The image.